Add a transfer annotation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Dec 2015 19:41:33 +0000 (14:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Dec 2015 03:37:22 +0000 (22:37 -0500)
This was confusing me momentarily, so add an explicit annotation.

gtk/gtkcssstyleproperty.c

index 6cf0ccf1d3db4242d12f9a45fbdff08b1402568a..e4d3f8f5dcdd94c95aaa30fdd4293b3f46436706 100644 (file)
@@ -385,7 +385,7 @@ _gtk_css_style_property_get_id (GtkCssStyleProperty *property)
  * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial)
  * for an explanation of this concept.
  *
- * Returns: a reference to the initial value. The value will never change.
+ * Returns: (transfer none): the initial value. The value will never change.
  **/
 GtkCssValue *
 _gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property)